home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 626-637 / disk_628 / set040 / utilities / mmusr.doc < prev    next >
Text File  |  1992-05-06  |  3KB  |  75 lines

  1.  
  2. PROGRAM  
  3.              MMUSR
  4.                 
  5. FUNCTION 
  6.              To display various information on a supplied address,
  7.              according to the current 68040 MMU setup.  Information 
  8.              regarding the translated address, write protect status, 
  9.              whether the translation is being performed by the transparent
  10.              translation registers or by the ATC tables, Cache modes for
  11.              the address etc.
  12.  
  13. SOURCE       Written in 100% assembler using Macro68
  14.  
  15. AUTHOR       Nic Wilson
  16.              Nic Wilson Software
  17.              138d South Street
  18.              TOOWOOMBA QUEENSLAND 4350
  19.              Australia
  20.                                 
  21.              EMAIL cbmvax!cbmaus!wilson!nic
  22.                  
  23.              or  cbmehq!cbmaus!wilson!nic
  24.                  
  25.              TELEPHONE +61 76 358539 After Hours Australian Time
  26.                        +61 76 358384 Work  Hours Australian Time
  27.              FAX       Same as Work Telephone
  28.                             
  29. COPYRIGHT    This program, source code & document files are Copyright
  30.              © Nic Wilson Software 1991.
  31.                 
  32. DISTRIBUTION As per the Set040.doc file, as this program is only to
  33.              be distributed as part of the Set040 program archive.
  34.  
  35. REQUIREMENTS
  36.                    
  37.              68040 CPU
  38.                 
  39. OTHER INFO
  40.              This program was written and tested on an Amiga
  41.              A3000 with a Progressive Peripherals & Software
  42.              68040 card. 
  43.                  
  44.                 
  45. USAGE        MMUSR <-switch> <address>
  46.  
  47.              <-switch> = -i for instruction space
  48.                          -d for data space
  49.                             
  50.              This switch will supply information that matches on
  51.              the required data or instruction space.
  52.                 
  53.              <address> = hexadecimal, decimal or binary address
  54.              if hex it must be preceded with a '$' EG. $F80000
  55.              if dec it requires no prefix          EG. 16252928
  56.              if bin it must be preceded with a '%' EG. %111110000000000000000000                          
  57.                 
  58. IMPROVEMENTS/BUGS
  59.  
  60.              All suggestions will be carefully considered.
  61.              All bugs will be fixed A.S.A.P.
  62.                 
  63. NOTES
  64.              I wrote this program to test the MMU set up I was doing
  65.              for my Set040 program.  It would be handy for anyone 
  66.              who is working with the MMU on a 68040 processor.
  67.                                  
  68. REFERENCES      
  69.              MC68040UM/AD Motorola 32-bit Processors Manual
  70.              Published by Motorola Literature Distribution
  71.              P.O. Box 20912; Phoenix Arizona 85036               
  72.                 
  73.                 
  74.                 
  75.